home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000009_news@newsmaster….columbia.edu _Fri Sep 4 14:58:26 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA05153
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 4 Sep 1998 14:58:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA15081
  7.     for kermit.misc@watsun; Fri, 4 Sep 1998 14:58:25 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: QNX color
  12. Date: 4 Sep 1998 18:58:22 GMT
  13. Organization: Columbia University
  14. Lines: 38
  15. Message-ID: <6spd8e$3kb$1@apakabar.cc.columbia.edu>
  16. References: <6spbuo$f8d$1@mozart.jlc.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9168
  19.  
  20. In article <6spbuo$f8d$1@mozart.jlc.net>,
  21. Glenn Sherman <gsherman@remove_this.jlc.net> wrote:
  22. : I would have emailed this to support, but my ISP's mail server is down
  23. : and will be for a while.  Please respond to this group, so that I can
  24. : see your response.
  25. : ---------
  26. : I have a question about color for Qnx.
  27. : I am using K95 to telnet to a Qnx machine.  I am using
  28. : terminal type QNX.
  29. : when logged into the Qnx machine...
  30. : If I use the editor "qed" or "vedit" I get color.
  31. :    (whatever colors are defined in the editor)
  32. : If I run my application I get the K95 terminal emulation
  33. : screen colors from the terminal setup page.
  34. :    (all foreground is lightgray - background is black)
  35. : If I use Qnx's "ditto" command (which allows me to monitor
  36. : the main console on the Qnx machine from my terminal)
  37. : I see my application in color.
  38. :    (whatever colors are used by the application)
  39. : Any ideas?? Mainly, why running my application straight does
  40. : not produce the application colors, but other programs do.
  41. In the same session?  It is probably because your application is not
  42. sending the color-selection escape sequences, or at least not the right
  43. ones.  To find out for sure, tell K95 to "log session", then make a new
  44. connection to your QNX system, then run your application, then log out,
  45. then "close session", and then send the resulting session.log file to
  46. kermit-support@columbia.edu as a binary attachment for analysis.
  47.  
  48. - Frank